home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / system / mail / transpor / ifmail23.z / ifmail23 / ifmail / ifgate / mkrfcmsg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-06  |  238 b   |  8 lines

  1. #include <unistd.h>
  2. #include <sys/types.h>
  3. #include <time.h>
  4. #include "ftn.h"
  5. #include "rfcmsg.h"
  6. /* from, to, subj, orig, mdate, flags, file, offset */
  7. extern int mkrfcmsg(faddr *,faddr *,char *,char *,time_t,int,FILE *,off_t,rfcmsg *);
  8.